home *** CD-ROM | disk | FTP | other *** search
/ The Best of MacTutor - S…e Code for Volumes 1 to 5 / The Best of MacTutor - Source Code for Volume 1-5 (Wayzata Technology)(6031)(1990).bin / Source Code / #39 (Dec 88) / Basic Dec88 / Dialog Resource.R < prev    next >
Text File  |  1988-10-09  |  2KB  |  84 lines

  1. resource  'PICT' (600, purgeable)
  2. {
  3.     49,
  4.     {-1, -1, 35, 70},
  5.     {17; 1; 160; 0; 130; 1; 0; 10; 255; 255; 255; 255; 0
  6.     ; 35; 0; 70; 7; 0; 3; 0; 3; 11; 0; 21; 0
  7.     ; 21; 64; 0; 1; 0; 1; 0; 35; 0; 70; 160; 0
  8.     ; 131; 255}
  9. };
  10.  
  11. resource  'DITL' (10000 , "NewTypeDialog")
  12. {
  13.   {
  14.     {130, 146, 156, 207},
  15.       Button {enabled, "OK"};
  16.     {130, 26, 155, 88},
  17.       Button {enabled, "Cancel"};
  18.     {120, 246, 136, 297},
  19.       StaticText {enabled, "Other:"};
  20.     {120, 306, 136, 357},
  21.       EditText {enabled, ""};
  22.     {20, 26, 42, 90},
  23.       RadioButton {enabled, "ALRT"};
  24.     {40, 26, 60, 81},
  25.       RadioButton {enabled, "APPL"};
  26.     {60, 26, 82, 90},
  27.       RadioButton {enabled, "BNDL"};
  28.     {80, 26, 102, 90},
  29.       RadioButton {enabled, "CNTL"};
  30.     {100, 26, 120, 81},
  31.       RadioButton {enabled, "CURS"};
  32.     {20, 96, 42, 160},
  33.       RadioButton {enabled, "DITL"};
  34.     {40, 96, 62, 160},
  35.       RadioButton {enabled, "DLOG"};
  36.     {60, 96, 82, 160},
  37.       RadioButton {enabled, "DRVR"};
  38.     {80, 96, 102, 160},
  39.       RadioButton {enabled, "FOND"};
  40.     {100, 96, 122, 160},
  41.       RadioButton {enabled, "FONT"};
  42.     {20, 166, 40, 221},
  43.       RadioButton {enabled, "FREF"};
  44.     {40, 166, 62, 230},
  45.       RadioButton {enabled, "GNRL"};
  46.     {60, 166, 80, 221},
  47.       RadioButton {enabled, "ICN#"};
  48.     {80, 166, 100, 221},
  49.       RadioButton {enabled, "ICON"};
  50.     {100, 166, 120, 221},
  51.       RadioButton {enabled, "MBAR"};
  52.     {20, 236, 40, 296},
  53.       RadioButton {enabled, "MENU"};
  54.     {40, 236, 62, 300},
  55.       RadioButton {enabled, "PAT "};
  56.     {60, 236, 80, 291},
  57.       RadioButton {enabled, "PAT#"};
  58.     {80, 236, 102, 300},
  59.       RadioButton {enabled, "PICT"};
  60.     {100, 236, 120, 291},
  61.       RadioButton {enabled, "SIZE"};
  62.     {20, 306, 40, 361},
  63.       RadioButton {enabled, "STR#"};
  64.     {40, 306, 62, 370},
  65.       RadioButton {enabled, "STR "};
  66.     {60, 306, 80, 361},
  67.       RadioButton {enabled, "WIND"};
  68.     {123, 139, 161, 212},
  69.       Picture {enabled, 600}
  70.   }
  71. };
  72.  
  73. resource  'DLOG' (10000 , "NewTypeDialog")
  74. {
  75.     {50, 120, 223, 504},
  76.     1,
  77.     invisible,
  78.     noGoAway,
  79.     0x1,
  80.     10000,
  81.     "NewTypeDialog"
  82. };
  83.  
  84.